home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / loadIn.dxr / exitFrameScripts_19.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  173 b   |  8 lines

  1. on exitFrame me
  2.   if not soundBusy(1) then
  3.     sound(1).queue([#member: member("open"), #preloadTime: 1000])
  4.     sound(1).play()
  5.   end if
  6.   set the keyUpScript to EMPTY
  7. end
  8.